New modelling for consoles -- have them as separate classes attached to the
authorEwan Mellor <ewan@xensource.com>
Wed, 29 Nov 2006 23:31:07 +0000 (23:31 +0000)
committerEwan Mellor <ewan@xensource.com>
Wed, 29 Nov 2006 23:31:07 +0000 (23:31 +0000)
commitef7c4eec7bed3fb5a99b162aa452ca4b8571c16c
tree993f455da7d6b51da7f651d26acf6111d3e4b18f
parentadcb0d8213e484e8982f51736bf1558d8a050d16
New modelling for consoles -- have them as separate classes attached to the
VM, much like the arrangements for devices.

Signed-off-by: Ewan Mellor <ewan@xensource.com>
docs/xen-api/xenapi-datamodel.tex
tools/libxen/include/xen_console.h [new file with mode: 0644]
tools/libxen/include/xen_console_decl.h [new file with mode: 0644]
tools/libxen/include/xen_console_protocol.h [new file with mode: 0644]
tools/libxen/include/xen_console_protocol_internal.h [new file with mode: 0644]
tools/libxen/include/xen_vm.h
tools/libxen/src/xen_console.c [new file with mode: 0644]
tools/libxen/src/xen_console_protocol.c [new file with mode: 0644]
tools/libxen/src/xen_vm.c